home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global end, vidCredits, Hand, viewed
- if the movieTime of sprite 5 < end then
- go(the frame - 1)
- else
- set the movieRate of sprite 5 to 0
- set the cursor of sprite 20 to Hand
- set viewed to 1
- if vidCredits > 0 then
- put vidCredits & " VIDEO CREDITS LEFT. NEXT SCENE?" into field "TEXTBOX"
- else
- put vidCredits & " VIDEO CREDITS. GET MORE?" into field "TEXTBOX"
- end if
- go(the frame)
- end if
- end
-